Changes to let BABL find its extensions at run time when the BABL_PATH
authorKevin Cozens <kcozens@cvs.gnome.org>
Fri, 14 Sep 2007 23:42:23 +0000 (23:42 +0000)
committerKevin Cozens <kcozens@src.gnome.org>
Fri, 14 Sep 2007 23:42:23 +0000 (23:42 +0000)
commit7b4850aec1fd9df81c37ed09cdf5ed79ba797a33
tree671db9a2f24eb105caa0cc80f43a1eed846fddd1
parent42387a82463d5dba0938b56015ac6634d560a2f7
Changes to let BABL find its extensions at run time when the BABL_PATH

2007-09-14  Kevin Cozens  <kcozens@cvs.gnome.org>

Changes to let BABL find its extensions at run time when the
BABL_PATH environment variable is not set.

* configure.ac: Don't specify BABL_PATH in here. Renamed
BABL_LIST_SEPERATOR to BABL_DIR_SEPARATOR.

* babl/babl-extension.c: Include /lib as part of default BABL_PATH.
Renamed #define's used to specify the path and directory separators.
Use the values from config.h that were set when ./configure was run.

svn path=/trunk/; revision=240
ChangeLog
babl/babl-extension.c
configure.ac